The following constants specify the type of a gradient. Gradients are described in "Gradients for Path Fills" .
enum {
kLinearGradient = 0,
kCircularGradient = 1
};
| Previous | Chapter Contents | Chapter Top | Next |